CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法 优化

搜索资源列表

  1. Optimization-genetic-algorithm

    0下载:
  2. 遗传算法优化,遗传算法基本原理程序应用举例-Optimization genetic algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2313
    • 提供者:王莎莎
  1. daimayasuo

    1下载:
  2. 包含:基于蚁群算法求解对称非对称旅行商问题 粒子群优化算法演示(PSO) 基于遗传算法(GA)的多变量旅行商问题(TSP) 遗传算法优化BP 神经网络在数据预测方面的应用 金融数量分析相关代码-Comprising: Solving Symmetric Asymmetric Traveling Salesman Problem Based on Ant Colony Algorithm Particle Swarm Optimization Demo (PSO) Mult
  3. 所属分类:Maple

    • 发布日期:2017-04-29
    • 文件大小:365675
    • 提供者:woailou11
  1. genetic-algorithm

    0下载:
  2. 利用遗传算法优化高维函数问题,针对有约束条件的遗传搜索-Using genetic algorithm to optimize the high dimensional function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1781
    • 提供者:海迩思
  1. PID

    1下载:
  2. 应用多目标遗传算法优化对PID参数进行多目标优化-Multiobjective genetic algorithm optimization of multi-objective optimization PID parameters
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:22764
    • 提供者:wangpengfei
  1. Fuzzy-controller

    0下载:
  2. 运用分布补偿法和极点配置法设计模糊控制器,其中配置极点运用遗传算法优化-Using distributed compensation method and pole assignment method to design the fuzzy controller, using genetic algorithm to optimize configuration of pole
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3413
    • 提供者:宣树人
  1. GA-BP

    0下载:
  2. 运用种群遗传算法优化BP神经网络的权值和阀值-The use of genetic algorithm optimization BP neural network weights and thresholds
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:751
    • 提供者:宣树人
  1. pso-GA

    0下载:
  2. 粒子群算法MATLAB代码、遗传算法优化RBF径向基神经网络MATLAB程序-Particle swarm algorithm MATLAB code, genetic algorithm optimization RBF RBF neural network MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:3838
    • 提供者:袁杰
  1. GA_BP_algrithom

    0下载:
  2. 本函数基于递阶结构遗传算法优化BP神经网络隐层节点结构及权值参数。-BP neural network hidden layer structure and weight parameters of this function optimization genetic algorithm based on hierarchical structure.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:4444
    • 提供者:詹海峰
  1. GA_struct

    0下载:
  2. 基于遗传算法优化神经网络,主要功能是用于曲线拟合-Neural network optimization based on genetic algorithms, the main function for curve fitting
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1935
    • 提供者:陈小白
  1. GA_Nonuniform

    1下载:
  2. 利用浮点数编码的遗传算法优化非均匀天线阵的峰值旁瓣电平-This thesis presents how to design sparse arrays using genetic algorithm with the optimization goal of peak side lobe level and calculate the best positions of array elements.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1964
    • 提供者:海态小混混
  1. cascade-fuzzy-controller

    1下载:
  2. 设计单级倒立摆的品级模糊控制器。运用串级模糊控制器控制单级倒立摆,内环模糊控制器控制角度,外环模糊控制器控制位移,运用种群遗传算法优化两个模糊控制器的参数。-Grade of single-stage inverted pendulum fuzzy controller is designed.Cascade fuzzy controller is used to control a single inverted pendulum, the inner ring control Angle o
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2022
    • 提供者:宣树人
  1. GA-BP

    0下载:
  2. 遗传算法优化bp神经网络,可以运行,而且效果挺好-Genetic algorithm optimization BP neural network, can run, and the effect is very good
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-05
    • 文件大小:98019
    • 提供者:徐波
  1. sga

    0下载:
  2. 基于matlab的遗传算法优化问题。很适合初学者。源码注释很清晰。-The genetic algorithm and optimization based on matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1103
    • 提供者:ST
  1. NSGA-II

    1下载:
  2. 非支配排序遗传算法MATLAB代码实例,用于非支配排序遗传算法优化-Non-dominated Sorting Genetic Algorithm MATLAB code examples for non-dominated sorting genetic algorithm optimization
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:482071
    • 提供者:韩长海
  1. hanshuxunyou

    1下载:
  2. 根据遗传算法理论,在MATLAB软件中编程实现基本遗传算法寻找该函数最优解。遗传算法参数设置为:种群规模100,进化次数30,交叉概率为0.6,变异概率为0.1,并给出了基本遗传算法优化过程中各代平均函数值和最有个体函数值之间的变化图,希望对大家有帮助,-According to the theory of genetic algorithms in MATLAB software programming function of the genetic algorithm to find the
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:4625
    • 提供者:wangxin
  1. chapter3

    0下载:
  2. 遗传算法优化BP神经网络,用于非线性系统的建模和拟合。-Genetic algorithm optimization BP neural network for nonlinear systems modeling and fitting.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:55205
    • 提供者:龚飞
  1. ga_bp_example

    0下载:
  2. 遗传算法优化BP神经网络,使网络具有更高精度的泛化能力。-Genetic algorithm optimization BP neural network, the network has more accurate generalization.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:103202
    • 提供者:王攀
  1. GA-add-TO-BP

    0下载:
  2. matlab神经网络30例的案例3 遗传算法优化BP神经网络-非线性函数拟合-matlab neural network cases 30 cases of 3 genetic algorithm optimization BP neural network- a nonlinear function fitting
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:53374
    • 提供者:tongtong
  1. silencer666

    0下载:
  2. 用遗传算法优化神经网络来压缩图像 关于混沌的一些设计-Optimization of neural network to compress the image of some of the design on Chaos Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:75509
    • 提供者:周照
  1. Genetic-Algorithm_for_optimization

    0下载:
  2. 用遗传算法优化的MATLAB程序,程序中注释详细-Genetic Algorithms MATLAB program, the program has detailed notes
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:4154
    • 提供者:wang
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com